html,body{height:100%;margin:0;padding:0;font-family:'Inter',sans-serif;color:#111827;background:#f0f2f5}body{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%)}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem}img.logo{width:80px;height:80px;margin-bottom:1.5rem}h1{font-size:clamp(2rem,5vw+1rem,3.5rem);font-weight:700;margin:0 0 1rem}p.sub{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;margin:0 0 2rem;max-width:600px;line-height:1.5}a.cta{display:inline-block;background-color:#f60;color:#fff;font-size:1.125rem;font-weight:700;padding:.75rem 2rem;border-radius:8px;text-decoration:none;transition:transform .2s ease}a.cta:hover,a.cta:focus{transform:scale(1.05)}.cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(17,24,39,0.9);color:#fff;padding:1rem;text-align:center;font-size:.875rem;z-index:100}.cookie-banner p{margin:0 0 .75rem}button.cookie-accept{background:#f60;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700}button.cookie-accept:hover{opacity:.9}